home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / ECTOOL32.EX_ / 0 / RCDATA / TSELECTEXTRACTOPTION / TSELECTEXTRACTOPTION.txt
Text File  |  1997-04-19  |  2KB  |  75 lines

  1. object SelectExtractOption: TSelectExtractOption
  2.   Left = 85
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Option'
  6.   ClientHeight = 152
  7.   ClientWidth = 451
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 451
  20.     Height = 152
  21.     Align = alClient
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 16
  27.       Width = 433
  28.       Height = 49
  29.       AutoSize = False
  30.       Caption = 
  31.         'ECTool will try to find game records in the current message. You' +
  32.         ' can select what to do if someone is found. If you select "Updat' +
  33.         'e and existing game",  and the result of the import function is ' +
  34.         'not good, always can reload the old game without any change.'
  35.     end
  36.     object Button1: TButton
  37.       Left = 232
  38.       Top = 88
  39.       Width = 209
  40.       Height = 49
  41.       Caption = 'Extract to a new file'
  42.       Default = True
  43.       Font.Color = clBlack
  44.       Font.Height = -16
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ModalResult = 1
  48.       ParentFont = False
  49.       TabOrder = 0
  50.     end
  51.     object Button2: TButton
  52.       Left = 8
  53.       Top = 88
  54.       Width = 209
  55.       Height = 49
  56.       Caption = 'Update an existing file'
  57.       Font.Color = clBlack
  58.       Font.Height = -16
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ModalResult = 2
  62.       ParentFont = False
  63.       TabOrder = 1
  64.     end
  65.     object Panel2: TPanel
  66.       Left = 8
  67.       Top = 64
  68.       Width = 433
  69.       Height = 2
  70.       BevelOuter = bvLowered
  71.       TabOrder = 2
  72.     end
  73.   end
  74. end
  75.